
  body {
    background: rgb(138, 208, 231) url("IMAGENES/badbunny.jpg") no-repeat right top scroll;
  }
  
/* scroll se movera y fixed se queda quieto.*/
  h1{
     background-color: rgba(0, 0, 255, 0.178);
     color: azure;
     
  }
   h2{
background-color: brown;
opacity: 0.1;
color: white;
   }
   p.sisi{
color: aliceblue;
background url("IMAGENES/RIO.jpg") repeat-y ;
background-repeat: repeat-y;
   }

.imagene{
    background-position: right top;
}